Skip to content

fix #1931 script query was not serializing properly #1944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2016

Conversation

Mpdreamz
Copy link
Member

We were serializing script queries as:

script

  • inline

but it needs to be

script

  • script
    • inline

only under function score did we do the correct thing by not including
the additional script tag

We were serializing script queries as:

script
  - inline

but it needs to be

script
  - script
    - inline

only under function score did we do the correct thing by not including
the additional script tag
@gmarz
Copy link
Contributor

gmarz commented Mar 23, 2016

LGTM

@gmarz gmarz merged commit 04fbfeb into 2.x Mar 23, 2016
@gmarz gmarz deleted the fix/script-query-serialization branch March 23, 2016 19:06
@gmarz
Copy link
Contributor

gmarz commented Mar 23, 2016

Only merging this to 2.x as we have #1945 to fix this using IScript in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants